2006-04-16 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkwindow-x11.c (set_initial_hints ): Avoid a
possible array overrun. (Coverity)
2006-04-16 Matthias Clasen <mclasen@redhat.com>
+ * gdk/x11/gdkwindow-x11.c (set_initial_hints ): Avoid a
+ possible array overrun. (Coverity)
+
+ * gtk/gtkcalendar.c (gtk_calendar_key_press): Avoid a
+ possible array overrun. (Coverity)
+
* gtk/gtktextbuffer.c (_gtk_text_buffer_remove_all_tags):
Avoid a NULL dereference. (Coverity)
2006-04-16 Matthias Clasen <mclasen@redhat.com>
+ * gdk/x11/gdkwindow-x11.c (set_initial_hints ): Avoid a
+ possible array overrun. (Coverity)
+
+ * gtk/gtkcalendar.c (gtk_calendar_key_press): Avoid a
+ possible array overrun. (Coverity)
+
* gtk/gtktextbuffer.c (_gtk_text_buffer_remove_all_tags):
Avoid a NULL dereference. (Coverity)
Window xwindow = GDK_WINDOW_XID (window);
GdkWindowObject *private;
GdkToplevelX11 *toplevel;
- Atom atoms[7];
+ Atom atoms[9];
gint i;
private = (GdkWindowObject*) window;